home *** CD-ROM | disk | FTP | other *** search
/ Carousel Volume 2 #1 / carousel.iso / mactosh / util / pictcont.sit / PICT Control.rsrc / TEXT_801.txt < prev    next >
Text File  |  1988-11-15  |  781b  |  13 lines

  1. The codes are always in the low order byte of the low order word of the reference constant.  The high order byte of the low order word is used for extra data by some codes.  And the high order word is used for dialog (DLOG) IDs for those codes that operate on dialogs.
  2.  
  3. ΓÇó  0 ΓÇô NoOp ΓÇô The control does nothing.
  4.  
  5. ΓÇó  1 ΓÇô DisposeAdvance ΓÇô Disposes of current dialog, then opens specified dialog.
  6.  
  7. ΓÇó  2 ΓÇô DisposeRetreat ΓÇô Disposes of current dialog, then lets previous dialog come to front.
  8.  
  9. ΓÇó  3 ΓÇô Increment ΓÇô Increments value of control (thus changing the picture it displays).  When value exceeds the maximum, it is reset to the minimum and the process continues.
  10.  
  11. ΓÇó  4 ΓÇô Quit ΓÇô Exits the application.
  12.  
  13. ΓÇó  5 ΓÇô Advance ΓÇô Opens the specified dialog.